Q: Is a string literal written as: a quote? ¶
A: Yes, and followed by zero, one, or more non-quote characters, followed by a quote.
Q: Are string literals implicitly joined into a single literal at compile time? ¶
A: Yes.
Q: Are string literals leading and trailing newlines? ¶
A: Yes, and indentation.